home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ASTRONOM / H139.ZIP / UI101.ZIP / README.UI
Text File  |  1991-11-04  |  2KB  |  67 lines

  1.  
  2.                      ------------------
  3.  
  4.                       Bywater Software
  5.                        Release Notice
  6.  
  7.                      User Interface (ui)
  8.                         version 1.01
  9.                         (Source Code)
  10.  
  11.                      ------------------
  12.  
  13. Bywater Software is pleased to announce the public availability
  14. of its graphical User Interface (ui) in its first complete release, 
  15. version 1.01.  This software is copyright (c) 1991, Ted A. 
  16. Campbell, and is released under the terms of an agreement specified
  17. in the headers of all source code files.  
  18.  
  19. Description:    The User Interface (ui) was developed to underly
  20.         Bywater's Space Flight Simulator (also available).
  21.         It offers implementation of mouse, window, icon,
  22.         menu, dialog boxes, and other widgets for the
  23.         development of a user environment.
  24.  
  25. Implementation:    Current implementations of the User Interface (ui)
  26.         for which source code is included are the following:
  27.         (a) IBM PC and compatibles, utilizing the Microsoft
  28.         QuickC compiler and requiring Hercules, EGA, or
  29.         VGA graphics; (b) the AT&T Unix PC with a primary
  30.         implementation for the TAM subsystem, and a rather
  31.         poorer implementation for the MGR windowing system;
  32.         (c) Unix-based computers utilizing the X Windows 
  33.         system, version 11 (tested on DecStation 2100 and
  34.         3100).
  35.  
  36. Documentation:    A quick reference guide to the abilities of the
  37.         ui (and its underlying graphics, keyboard, directory,
  38.         and text window subsystems) is supplied as "io/ui/ui.doc".
  39.  
  40. Communications:    Bywater Software
  41.         P. O. Box 4023
  42.         Duke Station
  43.         Durham, NC  27707
  44.         USA
  45.  
  46.         email: tcamp@hercules.acpub.duke.edu
  47.  
  48. ------------------------------------------------------
  49. Quick Build Instructions for Existing Implementations:
  50.  
  51.  
  52. (a) Change to the directory where ui sourcecode is located:
  53.  
  54.     Unix:    cd io/ui
  55.     MSDOS:    cd io\ui
  56.  
  57. (b) Execute the build script for ui:
  58.  
  59.     Unix:    sh buildlib.sh
  60.     MSDOS:    buildlib
  61.  
  62. On Unix systems, the user will be prompted for a number 
  63. corresponding to the particular system to be implemented.   
  64.  
  65. ------------------------------------------------------
  66.  
  67.